const hash/fnv.marshaledSize32

5 uses

	hash/fnv (current package)
		fnv.go#L220: 	marshaledSize32  = len(magic32) + 4
		fnv.go#L226: 	b := make([]byte, 0, marshaledSize32)
		fnv.go#L233: 	b := make([]byte, 0, marshaledSize32)
		fnv.go#L274: 	if len(b) != marshaledSize32 {
		fnv.go#L285: 	if len(b) != marshaledSize32 {